dreamweaver.historyPalette.setSelectedSteps()

Availability 3.0
Description Selects the specified steps in the History palette.
Arguments arrayOfIndices
The argument is an array of position indices in the History palette. If no argument is supplied, all steps are deselected.
Returns None.
Enabler None.
Example The following code selects the first, second, and third steps in the History palette:
dw.historyPalette.setSelection([0,1,2]);